'Declaration
Public Overloads Sub SendData( _ ByVal dataValues As System.Collections.Generic.Dictionary(Of String,Object), _ ByVal message As System.String, _ ByVal comment As System.String _ )
'Usage
Dim instance As Entry Dim dataValues As System.Collections.Generic.Dictionary(Of String,Object) Dim message As System.String Dim comment As System.String instance.SendData(dataValues, message, comment)
public void SendData( System.Collections.Generic.Dictionary<string,object> dataValues, System.string message, System.string comment )
Parameters
- dataValues
- Dictionary of data values
- message
- Audit Trail message.
- comment
- A comment to be added to the audit trail for the entry.